Template:Infobox enzyme/sandbox
Infobox enzyme/sandbox | |
---|---|
EC no. | {{{EC_number}}} |
This is the template sandbox page for Template:Infobox enzyme (diff). See also the companion subpage for test cases. |
This template is used on approximately 5,100 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
This information box template is used to concisely display useful external links about a particular enzyme.
Usage
[edit]To use this template, copy the following text and paste it at the top of your article. Fill in as many fields as possible, but don't worry if some information is missing. However, since many of the links are based on an EC number, this particular field should normally be specified. For an example of a filled-out template in use in an article, see 3-beta-HSD.
{{Infobox enzyme
| name =
| AltNames =
| image =
| image_size =
| caption =
| EC_number =
| CAS_number =
| GO_code =
}}
Parameter descriptions
[edit]- Name
- This field lists the accepted name for this enzyme class, ideally from the International Union of Biochemistry and Molecular Biology (IUBMB) Enzyme Nomenclature authority (see IUBMB).
- AltNames
- This optional field is for alternative enzyme names.
- EC_number
- The EC number which is numerical classification scheme for enzymes developed by the IUBMB Enzyme Nomenclature authority (again see IUBMB).
- CAS_number
- The CAS registry number, a unique chemical numerical identifier.
- GO_code
- The Gene Ontology (GO) code for the enzymatic reaction ideally obtained from the GO website.
- Image
- This field specifies an image file that displays a two-dimensional view of the three-dimensional structure, typically created from a PDB file. If an image is specified, then the caption parameter should be used to specify the structure used to generate the image, preferably using the {{PDB2}} template. In addition, if an image is specified, then the display width in pixels can optionally be specified (default = 220px).
Alignment
[edit]By default, the infobox will float to the right of the page. To float the infobox to the left, center, or not at all, use |align=left
, or |align=center
, or |align=none
.
Examples
[edit]The following filled in enzyme template produces the information box to the right.
alcohol dehydrogenase | |||||||||
---|---|---|---|---|---|---|---|---|---|
Identifiers | |||||||||
EC no. | 1.1.1.1 | ||||||||
CAS no. | 9031-72-5 | ||||||||
Alt. names | aldehyde reductase | ||||||||
Databases | |||||||||
IntEnz | IntEnz view | ||||||||
BRENDA | BRENDA entry | ||||||||
ExPASy | NiceZyme view | ||||||||
KEGG | KEGG entry | ||||||||
MetaCyc | metabolic pathway | ||||||||
PRIAM | profile | ||||||||
PDB structures | RCSB PDB PDBe PDBsum | ||||||||
Gene Ontology | AmiGO / QuickGO | ||||||||
|
{{Infobox enzyme
| Name = alcohol dehydrogenase
| AltNames = aldehyde reductase
| EC_number = 1.1.1.1
| CAS_number= 9031-72-5
| GO_code = 0004022
}}
TemplateData
[edit]TemplateData for Infobox enzyme
Used to create an enzyme infobox, based on the basic infobox format.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | This field lists the accepted name for this enzyme class, ideally from the International Union of Biochemistry and Molecular Biology (IUBMB) Enzyme Nomenclature authority
| String | required |
Image | image | This field specifies an image file that displays a two-dimensional view of the three-dimensional structure, typically created from a PDB file. | String | optional |
image_size | image_size | If an image is specified, then the display width in pixels can optionally be specified (default = 220px) | Number | optional |
caption | caption | If an image is specified, then the caption parameter should be used to specify the structure used to generate the image, preferably using the {{PDB2}} template. | String | optional |
EC_number | EC_number | The EC number which is numerical classification scheme for enzymes developed by the IUBMB Enzyme Nomenclature authority (again see IUBMB). | Number | required |
CAS_number | CAS_number | The CAS registry number, a unique chemical numerical identifier. | String | required |
GO_code | GO_code | The Gene Ontology (GO) code for the enzymatic reaction ideally obtained from the GO website. | String | required |
Image alternate text | alt | Alternate text for the image, used in screen readers and when the image fails to load. See MOS:ALT for more information. | String | optional |